home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilhard / lcdaem18.lha / LCDaemon / Programmer / Contents next >
Text File  |  1996-10-13  |  837b  |  24 lines

  1. This directory contains various files interesting to prople who want to 
  2. 'roll their own' port drivers for other multi-IO-cards.
  3.  
  4. Suggestions:
  5.  
  6. *    MultifaceCard III. This driver will be written as soon as anyone informs
  7. me that the MFC II unit 0 driver doesn't work, and gives me the programmer's
  8. info that came with the III.
  9.  
  10. *    I heard the Emplant board has a parallel port. Anyone care to give me
  11. programmer's info? Jim Drew?
  12.  
  13. Files:
  14.  
  15. lcd.o    The compiled object file for the main part of the drivers. Link it
  16. to your port driver.
  17.  
  18. parallel.c    An example port driver you can adapt to suit your need. All
  19. functions present in this file are to be present in your driver.
  20.  
  21. pit.c    Due to popular demand, I include the pi/t driver for the MFC II.
  22. This driver has been updated to allow both parallel ports to be selected
  23. using the startup field.
  24.